#vision-banner {
    background: url("/media/vision_banner.svg");
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 7rem;
    position: relative;
}

#vision-banner .vision-banner-title {
    position: absolute;
    left: 13%;
    bottom: 40%;
}

#vision-banner .recycle-action img{
    position: absolute;
    bottom: 25px;
    left: 37px;
}


#company-vision {
    margin-top: 3rem;
    background: url("/media/footer_green.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
    min-height: 85vh;
    height: 100%;
}

#company-vision .header {
    display: flex;
    width: 42%;
    background: url("/media/history-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#company-vision .header h1 {
    font-family: FuturaGreekCo;
    font-size: 57.6px;
    font-weight: bold;
    font-stretch: condensed;
    color: #fefefe;
    margin: auto;

}

#company-vision p {
    font-family: FuturaGreek;
    font-size: 32px;
    font-weight: 400;
    color: #57585a;
    margin-top: 2rem;
    width: 50%;
    line-height: 1;
}

#company-vision p b {
    color: #3e5038;
    font-weight: bold;
}

.vision-wrapper {
    margin-left: 2rem;
}

.vision-wrapper .vision-list {
    margin-left: 2rem;
    margin-top: 1rem;
}

.vision-wrapper .vision-list li {
    font-family: FuturaGreek;
    font-size: 24.3px;
    font-weight: 300;
    line-height: 1.11;
    color: #58585b;
    padding-bottom: 0.5rem;
}

.gallery-wrapper img {
    width: 432px;
    height: 112px;
}

@media (max-width: 1199px) {
    #company-vision .header {
        width: 50%;
    }

    #vision-banner .vision-banner-title {
        position: absolute;
        left: 5%;
        bottom: 40%;
    }

}

@media (max-width: 969px) {
    #company-vision .header {
        width: 65%;
    }

    #vision-banner .vision-banner-title {
        bottom: 49%;
        width: 60%;
    }
}

@media (max-width: 749px) {
    #company-vision .header {
        width: 100%;
    }

    #company-vision p {
        width: 80%;
    }

    #vision-banner .vision-banner-title {
        left: 5%;
        bottom: 0;
        width: 60%;
        top: 0;
    }
    #company-vision {
        background-position: bottom right;
        background-size: auto;
        padding-bottom: 200px;
    }

}

@media (max-width: 480px) {
    #company-vision .header h1 {
        font-size: 35px;
    }

    #company-vision p {
        font-size: 28px;
    }

    .vision-wrapper {
        margin: 0;
    }

    .vision-wrapper .vision-list {
        margin-left: 1rem;
    }

    #vision-banner .vision-banner-title {
        position: absolute;
        left: 5%;
        bottom: 0;
        width: 87%;
        top: 2%;
    }
    .gallery-wrapper img {
        width: 100%;
        height: 112px;
    }
}